xend: Fix tapdisk creation for managed domains
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 23 Jun 2009 10:20:10 +0000 (11:20 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 23 Jun 2009 10:20:10 +0000 (11:20 +0100)
commit7aeb062fbc2b4075c03afa8fed7fb0158a461407
tree52ee05044afd122616bad9b95053b16b9ac0b2dc
parentbd24e968e730d32637236aa01e88af834a169ff4
xend: Fix tapdisk creation for managed domains

The first start of a managed domain succeeds.  But the second
start of the managed domain fails as follows.  The problem occurs
when tapdisks are given to the managed domain.  I think that the
problem occurs because the uname of tapdisks is overwritten with
"phy:/dev/xen/tadisk-2/tapdev*".

Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/server/BlktapController.py